Platform Explorer / Nuxeo Platform 6.0

Operation Seam.AddErrorMessage (Add Error Message)

Description

Add a message to be displayed in case the chain execution fails. This is a void operation - the input will be returned back as output
Operation id Seam.AddErrorMessage
Category User Interface
Label Add Error Message
Requires Seam
Since

Parameters

Name Description Type Required Default value
message string yes  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.AddErrorMessage
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.AddErrorMessage",
  "label" : "Add Error Message",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Add a message to be displayed in case the chain execution fails. This is a void operation - the input will be returned back as output",
  "url" : "Seam.AddErrorMessage",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "message",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}